var trustmybiz_page_orientation; function get_email(id) { var target_url = "https://www.trustmybiz.com/auto-endorse/quick-comment-start.view.php?bid=" + id; var target_name = "quick_comment"; hwnd = window.open(target_url,target_name,'width=605,height=620'); if (hwnd) hwnd.focus(); } function get_endorsement(id) { var target_url = "http://www.trustmybiz.com/tracker/getEndorsement.php?id=" + id; var target_name = "tmb_endorsement"; hwnd = window.open(target_url, target_name, 'width=500,height=400'); if (hwnd) hwnd.focus(); } function trustMonkey() { if (trustmybiz_page_orientation != "horizontal" && trustmybiz_page_orientation != "vertical") trustmybiz_page_orientation = "horizontal"; resp = '[{id: "565", subject: "Website", text:"The website is very organized. It was very easy to find what I was looking...", date:"19-Sep-2009", customerName:"Erin Miller", customerLocation:"Tecumseh, Ontario, Canada"}, {id: "564", subject: "Online experience", text:"Ordering is very simple and user friendly", date:"1-Sep-2009", customerName:"Paolo Custodi", customerLocation:"Fara Novarese, Piemonte, Italy"}, {id: "521", subject: "The New CRC web site", text:"This site is more pleasing and more functional. It displays useful informa...", date:"3-Jun-2009", customerName:"Kalliat Valsaraj", customerLocation:"Baton Rouge, Louisiana, United States"}, {id: "485", subject: "Great Resource", text:"It is amazing how many times I found myself buying books from CRC Press, ju...", date:"21-Apr-2009", customerName:"Jaroslav Danilov", customerLocation:"Owings Mills, Maryland, United States"}, {id: "482", subject: "Search for Earthquake Eng...", text:"There are a lot of comprehensive and up to date publications in the field...", date:"15-Apr-2009", customerName:"Boris Vladimir Viscovich", customerLocation:"Tegucigalpa, M.D.C., Honduras"}, {id: "462", subject: "the new crc press website...", text:"much better", date:"24-Jan-2009", customerName:"Lou Hanley", customerLocation:"San Francisco, California, United States"}]'; var obj = eval( "(" + resp + ")" ); var tmbContent = document.getElementById("tmbContent"); if (tmbContent) { var discountLink = "Tell Us What You Think, Earn Rewards..."; var tmbLink = "Testimonials Powered by TrustMyBiz.com"; var text = ""; if (trustmybiz_page_orientation == "vertical") text += ""; var width = "25%"; if (obj.length < 4) width = (100 / obj.length) + "%"; if (trustmybiz_page_orientation == "horizontal") text += ""; for (var i = 0; i < obj.length && i < 4; i++) { if (trustmybiz_page_orientation == "vertical") text += ""; text += ""; if (trustmybiz_page_orientation == "vertical") text += ""; } // for (var i = 0; i < obj.length && i < 4; i++) if (trustmybiz_page_orientation == "horizontal") text += ""; if (trustmybiz_page_orientation == "horizontal") { text += ""; } else if (trustmybiz_page_orientation == "vertical") { text += ""; //text += ""; } tmbContent.innerHTML = text + "
See what our customers are saying...
" + discountLink + "
" + obj[i].subject + "
" + obj[i].customerName + "
[" + obj[i].customerLocation + "]
" + obj[i].date + "
" + obj[i].text + "
" + discountLink + "" + tmbLink + "
" + tmbLink + "
" + discountLink + "
"; } // (tmbContent) } // function trustMonkey()